home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / emacs-18.59src.lha / emacs-18.59 / INSTALLATION next >
Encoding:
Text File  |  1993-05-09  |  2.4 KB  |  59 lines

  1. DON'T FORGET: This version of Emacs REQUIRES AMIGADOS V2.04 !!
  2.  
  3. If you are updating from a previous version, the following steps apply:
  4. - You must redefine your GNUEMACS: assign (the name of the directory
  5.   has changed from emacs-18.58 to emacs-18.59).
  6. - You should make sure you are using the lisp files (*.el and *.elc) which
  7.   come with this release, as several of them have changed.
  8.  
  9. New users should do the following (assuming you are in the emacs-18.59
  10. directory):
  11.  
  12. 1. Copy amiga/.emacs, amiga/.emacs-menu.menu, amiga/.emacs-menu.el to s:
  13. 2. Copy amiga/c/#? to somewhere in your path.
  14. 3. Add an assign GNUEMACS: <wherever you've put the emacs directory> to 
  15.    your User-Startup.
  16. 4. Install Matt Dillon's fifo.library and fifo: handler if you want to use
  17.    external processes (This can be found on Fish disks). If you have any
  18.    problems, try a version at least as recent as that on Fish Disk 588.
  19. 5. Define various environment variables (these all have defaults, so this
  20.    isn't absolutely necessary, except for ESHELL) :
  21.  
  22.      USER     - a username (a la Unix) (default "user")
  23.      USERNAME - your full name (default same as $USER)
  24.      HOME     - your "home" directory (This is the directory refered to
  25.         by ~/<file>, and where the .emacs file is looked for)
  26.         (default "s:").
  27.      HOSTNAME - a name for your system (default "amiga")
  28.      ESHELL   - where to find an unix-like shell (no default). By unix-like
  29.         I mean that it should not open a window to get its input.
  30.         The only tested value for this is GNUEMACS:etc/sh.
  31.  
  32.    For instance, I have the following values:
  33.      USER: dgay, USERNAME: David E. Gay, HOSTNAME: owl,
  34.      ESHELL: gnuemacs:etc/sh
  35.  
  36. 6. If you want to check that emacs is working, type 
  37.  
  38.   assign gnuemacs: ""
  39.   emacs
  40.  
  41.    If all goes well, emacs should open a window. If you get
  42.      memacs: Unknown command
  43.    you have an alias for emacs. Try editing s:Shell-Startup and removing it.
  44.  
  45.    If you get
  46.      emacs: file is not executable
  47.    try typing
  48.      protect <wherever you put the commands from step 2>/emacs +s
  49.  
  50.    And finally, if you get
  51.      wrong number of arguments
  52.      if failed returncode 10
  53.    make sure that you have getstack in your path
  54.  
  55. 7. If you are going to use emacs over a serial line, you must install 
  56.    the termcap file, which comes with the source version. To do so, type:
  57.  
  58.      join gnuemacs:etc/termcap.ucb gnuemacs:etc/termcap.amiga as s:termcap
  59.